home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000007_richg@mav-mail.com_Fri Apr 18 17:54:07 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  121 lines

  1. Article: 14222 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!newspump.monmouth.com!newspeer.monmouth.com!cyclone.bc.net!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: richg@mav-mail.com (Rich)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: can't condition console terminal
  6. Date: 18 Apr 2003 12:34:22 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 103
  9. Message-ID: <36aaffea.0304181134.3b7b004b@posting.google.com>
  10. NNTP-Posting-Host: 208.178.167.107
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1050694463 1170 127.0.0.1 (18 Apr 2003 19:34:23 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 18 Apr 2003 19:34:23 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14222
  17.  
  18. Hello all,
  19.  
  20. Having much trouble trying to convert a kermit script from serial to
  21. IP. When I try to execute these two commands in my script:
  22.  
  23.     set host /userid:eralink <host>
  24.     connect
  25.  
  26. I get:
  27.  
  28.    Sorry, can't condition console terminal
  29.  
  30. I printed out a bunch of debug info. (it follows). Getting pretty
  31. frustrated and would love some insight ... Note that I changed the
  32. actualy hostname/IP for privacy issues.
  33.  
  34. Thanks if advance.
  35.  
  36.  Trying <hostname>...  Reverse DNS Lookup... (OK)
  37.  <hostname> connected on port telnet
  38. TELNET SENT WILL AUTHENTICATION
  39. TELNET SENT WILL NAWS
  40. TELNET SENT WILL TERMINAL-TYPE
  41. TELNET SENT WILL NEW-ENVIRONMENT
  42. TELNET SENT WILL COM-PORT-CONTROL
  43. <wait for outstanding negotiations>
  44. TELNET RCVD DO TERMINAL-TYPE
  45. TELNET RCVD DO TSPEED
  46. TELNET SENT WONT TSPEED
  47. TELNET RCVD DO XDISPLOC
  48. TELNET SENT WONT XDISPLOC
  49. TELNET RCVD DO NEW-ENVIRONMENT
  50. TELNET RCVD DONT AUTHENTICATION
  51. TELNET RCVD DO NAWS
  52. TELNET RCVD DONT COM-PORT-CONTROL
  53. <no outstanding negotiations>
  54. TELNET SENT SB NAWS 148 63 IAC SE
  55. TELNET SENT DO KERMIT
  56. TELNET SENT WILL KERMIT
  57. <wait for outstanding negotiations>
  58. TELNET RCVD SB NEW-ENVIRONMENT SEND  IAC SE
  59. TELNET RCVD SB TERMINAL-TYPE SEND  IAC SE
  60. TELNET RCVD WONT KERMIT
  61. TELNET RCVD DONT KERMIT
  62. <no outstanding negotiations>
  63. TELNET SENT SB TERMINAL-TYPE IS VT100 IAC SE
  64. TELNET SENT SB NEW-ENVIRONMENT IS VAR USER VALUE eralink VAR
  65. SYSTEMTYPE VALUE UNIX IAC SE
  66.  
  67. Network directory: (none)
  68. SSH COMMAND: ssh -e none
  69.  
  70. Supported networks:
  71.  TCP/IP
  72.  
  73. SET TCP parameters:
  74.  Reverse DNS lookup: automatic
  75.  DNS Service Records lookup: off
  76.  Keepalive: on
  77.  Linger: off
  78.  DontRoute: off
  79.  Nodelay: off
  80.  Send buffer: 16384 bytes
  81.  Receive buffer: 87380 bytes
  82.  address: (none)
  83.  http-proxy: (none)
  84.  
  85. SET TELNET parameters:
  86.  echo: local
  87.  NVT newline-mode: on (cr-lf)
  88.  authentication: accepted    in use: NULL
  89.   credentials forwarding disabled
  90.  encryption: refused         in use: plain text in both directions
  91.  kermit: u, requested; me, requested;  u, n/a me, n/a;
  92.  BINARY newline-mode: raw (cr)
  93.  binary-mode: u, accepted;  me, accepted; u, NVT; me, NVT
  94.  binary-transfer-mode: off
  95.  bug binary-me-means-u-too: off
  96.  bug binary-u-means-me-too: off
  97.  bug sb-implies-will-do: on
  98.  terminal-type: none (vt100 will be used)
  99.  environment: on
  100.    ACCOUNT: 
  101.    DISPLAY: 
  102.    JOB    : 
  103.    PRINTER: 
  104.    USER   : eralink
  105.    SYSTEM : UNIX
  106.   LOCATION: 
  107.  .Xauthority-file: /root/.Xauthority
  108.  
  109. Active network connection:
  110.  Host: <hostname> [<IP>], via: tcp/ip
  111.  TELNET protocol
  112.  Echoing is currently local
  113.  
  114. Connecting to host <hostname>:23.
  115. The escape character is Ctrl-\ (ASCII 28, FS)
  116. Type the escape character followed by C to get back,
  117. or followed by ? to see other options.
  118. Sorry, can't condition console terminal
  119. end
  120. TELNET SENT DO LOGOUT
  121.